Player (βeta)

  • A structure used to make requests to the Spotify Web API regarding the current authenticated user’s Spotify player.

    See more

    Declaration

    Swift

    public struct SKPlayer
  • A structure containing values identifying the context in which a particular track is played, such as an album, artist, or playlist.

    See more

    Declaration

    Swift

    public struct SKPlaybackContext : Decodable
  • A mode for repeating playback in a Spotify player.

    See more

    Declaration

    Swift

    public enum SKRepeatMode : String, Codable